home *** CD-ROM | disk | FTP | other *** search
/ Internet News 2000 December / Internet News 2000-12 - CD-ROM.rar / IN200012.ISO / Promo / Jumpy / media / manuali / 000scegli.js < prev    next >
Text File  |  2000-11-19  |  3KB  |  62 lines

  1.         
  2.         var countryArray = new Array();
  3.         var countryLink = new Array();
  4.         index=0;
  5.         countryLink[index] = ""
  6.         countryArray[index++] = "Seleziona";
  7.         countryLink[index] = "http://www.jumpy.it/NASApp/EPApps/mainProcess/My_Home_Page";
  8.         countryArray[index++] = "My Homepage";
  9.         countryLink[index] = "http://www.jumpy.it";
  10.         countryArray[index++] = "Homepage";
  11.         
  12.         /*Canali*/
  13.         countryLink[index] = "http://www.jumpy.it/NASApp/EPApps/mainProcess/Canali_J";
  14.         countryArray[index++] = "CanaliJ";
  15.         countryLink[index] = "http://agg.jumpy.it";
  16.         countryArray[index++] = "  AG&G";
  17.         countryLink[index] = "http://www.jumpy.it/NASApp/EPApps/mainProcess/Canali_J/Gossip";
  18.         countryArray[index++] = "  Gossip";
  19.         countryLink[index] = "http://www.jumpy.it/NASApp/EPApps/mainProcess/Canali_J/Notizie";
  20.         countryArray[index++] = "  Notizie";
  21.         countryLink[index] = "http://www.jumpy.it/NASApp/EPApps/mainProcess/Canali_J/Sport";
  22.         countryArray[index++] = "  Sport";
  23.         countryLink[index] = "http://www.jumpy.it/NASApp/EPApps/mainProcess/Canali_J/Meteo";
  24.         countryArray[index++] = "  Meteo";
  25.         countryLink[index] = "http://finanza.jumpy.it";
  26.         countryArray[index++] = "  Finanza";
  27.         countryLink[index] = "http://www.jumpy.it/NASApp/EPApps/mainProcess/Canali_J/Oroscopo";
  28.         countryArray[index++] = "  Oroscopo";
  29.         countryLink[index] = "http://www.jumpy.it/NASApp/EPApps/mainProcess/Canali_J/al_Cinema";
  30.         countryArray[index++] = "  al Cinema";
  31.         countryLink[index] = "http://giochi.jumpy.it";
  32.         countryArray[index++] = "  Giochi";
  33.         countryLink[index] = "http://www6.gsmbox.com/news/jumpy2";
  34.         countryArray[index++] = "  Telefonia";
  35.         countryLink[index] = "http://jumpy.edreams.it/";
  36.         countryArray[index++] = "  Viaggi";
  37.         /*Fine Canali*/
  38.         
  39.         countryLink[index] = "http://www.jumpy.it/NASApp/EPApps/mainProcess/Jumpy_Informa";
  40.         countryArray[index++] = "Jumpy informa";
  41.         countryLink[index] = "http://www.jumpy.it/700servizi.htm";
  42.         countryArray[index++] = "Servizi per te";
  43.         countryLink[index] = "http://www.jumpy.it/NASApp/EPApps/mainProcess/Eventi_J";
  44.         countryArray[index++] = "Eventi J";
  45.         
  46.     
  47.         
  48.         document.write("<SELECT NAME=\"selectN\" size=\"1\" class=\"testoarticolo\" onchange=window.open(this.options[this.selectedIndex].value,'_self')>");
  49.         for (var i=0; i < index; i++) 
  50.            {
  51.                 document.write("<OPTION VALUE=\"" + countryLink[i] + "\">" + countryArray[i]);
  52.             }
  53.         document.write("<\/SELECT>");
  54.         
  55.         
  56.         
  57.  
  58.  
  59.     
  60.     
  61.  
  62.